aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/mass test client/MassTestClient.csproj
blob: 0f5b6a6ee4fb1b57fdfcf6fc9faeead4f789a18a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>8.0.50727</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{B87682F6-B2D7-4C4D-A529-400C24FD4880}</ProjectGuid>
    <OutputType>Exe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>libsecondlife.MassTestClient</RootNamespace>
    <AssemblyName>MassTestClient</AssemblyName>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>..\..\..\bin\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="libsecondlife, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>bin\libsecondlife.dll</HintPath>
    </Reference>
    <Reference Include="libsecondlife.Utilities, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>bin\libsecondlife.Utilities.dll</HintPath>
    </Reference>
    <Reference Include="openjpegnet, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>bin\openjpegnet.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Arguments.cs" />
    <Compile Include="Command.cs" />
    <Compile Include="Commands\Inventory\AppearanceCommand.cs" />
    <Compile Include="Commands\CloneProfileCommand.cs" />
    <Compile Include="Commands\System\DebugCommand.cs" />
    <Compile Include="Commands\Inventory\DumpOutfitCommand.cs" />
    <Compile Include="Commands\Prims\ExportParticlesCommand.cs" />
    <Compile Include="Commands\Inventory\BalanceCommand.cs" />
    <Compile Include="Commands\Inventory\DeleteFolderCommand.cs" />
    <Compile Include="Commands\Inventory\GiveAllCommand.cs" />
    <Compile Include="Commands\Inventory\WearCommand.cs" />
    <Compile Include="Commands\Inventory\InventoryCommand.cs" />
    <Compile Include="Commands\Inventory\ExportOutfitCommand.cs" />
    <Compile Include="Commands\Land\FindSimCommand.cs" />
    <Compile Include="Commands\Inventory\ImportOutfitCommand.cs" />
    <Compile Include="Commands\System\LoginCommand.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Commands\System\LogoutCommand.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Commands\Communication\EchoMasterCommand.cs" />
    <Compile Include="Commands\Communication\IMCommand.cs" />
    <Compile Include="Commands\Communication\SayCommand.cs" />
    <Compile Include="Commands\Communication\ShoutCommand.cs" />
    <Compile Include="Commands\Communication\WhisperCommand.cs" />
    <Compile Include="Commands\System\MD5Command.cs" />
    <Compile Include="Commands\Movement\FollowCommand.cs" />
    <Compile Include="Commands\Movement\GotoCommand.cs" />
    <Compile Include="Commands\Movement\JumpCommand.cs" />
    <Compile Include="Commands\Movement\LocationCommand.cs" />
    <Compile Include="Commands\Movement\SitCommand.cs" />
    <Compile Include="Commands\System\PacketLogCommand.cs" />
    <Compile Include="Commands\Land\ParcelInfoCommand.cs" />
    <Compile Include="Commands\System\QuitCommand.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Commands\Stats\RegionInfoCommand.cs" />
    <Compile Include="Commands\System\SetMasterCommand.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Commands\Prims\ExportCommand.cs" />
    <Compile Include="Commands\Prims\ImportCommand.cs" />
    <Compile Include="Commands\System\LoadCommand.cs" />
    <Compile Include="Commands\Prims\PrimCountCommand.cs" />
    <Compile Include="Commands\System\SetMasterKeyCommand.cs" />
    <Compile Include="Commands\System\ShowEffectsCommand.cs" />
    <Compile Include="Commands\Stats\StatsCommand.cs" />
    <Compile Include="Commands\TouchCommand.cs" />
    <Compile Include="Commands\TreeCommand.cs" />
    <Compile Include="Commands\Stats\UptimeCommand.cs" />
    <Compile Include="Commands\System\HelpCommand.cs" />
    <Compile Include="ClientManager.cs" />
    <Compile Include="Commands\WhoCommand.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Parsing.cs" />
    <Compile Include="Program.cs" />
    <Compile Include="TestClient.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
  <PropertyGroup>
    <PreBuildEvent>
    </PreBuildEvent>
  </PropertyGroup>
</Project>